home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / STARMAP.DIR / 00014_Script_14 < prev    next >
Text File  |  1995-11-16  |  328b  |  19 lines

  1. on exitFrame
  2.   showHilite
  3.   go to the frame
  4. end 
  5.  
  6. on idle
  7. --showHilite
  8. --pass
  9. end
  10.  
  11. on enterFrame
  12.   global gFirsChan, gLastChan,gCurrList,gSNN1a,gCurrChan
  13.   if firstTimeInFrame() then
  14.     put 6 into gCurrChan
  15.     set gCurrList to gSNN1a
  16.     put 4 into gFirsChan
  17.     put 47 into gLastChan
  18.   end if
  19. end enterFrame